home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / wuau.ad_ / wuau.adm
Encoding:
Windows Policy Administrative Template - Unicode  |  2003-06-19  |  24.6 KB  |  241 lines

  1. #if version <= 2
  2. #endif
  3.  
  4. CLASS MACHINE
  5.  
  6. CATEGORY !!WindowsComponents
  7.  
  8.     CATEGORY !!WindowsUpdateCat
  9.  
  10.  
  11.         POLICY !!AutoUpdateCfg
  12.  
  13.             KEYNAME "Software\Policies\Microsoft\Windows\WindowsUpdate\AU"
  14.             #if version >= 4
  15.                 SUPPORTED !!SUPPORTED_WindowXPSP1
  16.             #endif
  17.  
  18.             #if version >= 3
  19.                 EXPLAIN !!AutoUpdateCfg_Help
  20.             #endif
  21.             VALUENAME "NoAutoUpdate"
  22.                             VALUEOFF NUMERIC 1
  23.                 VALUEON NUMERIC 0
  24.  
  25.  
  26.             PART !!AutoUpdateMode  DROPDOWNLIST REQUIRED
  27.                VALUENAME "AUOptions"
  28.                ITEMLIST
  29.                 NAME !!AutoUpdateModeNotify    VALUE NUMERIC    2 
  30.                 NAME !!AutoUpdateModeDownload    VALUE NUMERIC    3 DEFAULT
  31.                 NAME !!AutoUpdateModeAuto    VALUE NUMERIC    4 
  32.                END ITEMLIST
  33.             END PART
  34.  
  35.             Part !!AutoUpdateSchIntro1 TEXT
  36.             END PART
  37.  
  38.             Part !!AutoUpdateSchIntro2 TEXT
  39.             END PART
  40.  
  41.             Part !!AutoUpdateSchDay DROPDOWNLIST REQUIRED
  42.                VALUENAME "ScheduledInstallDay"
  43.                ITEMLIST
  44.                 NAME !!AutoUpdateSchDay_Everyday    VALUE NUMERIC    0 DEFAULT            
  45.                 NAME !!AutoUpdateSchDay_Sunday        VALUE NUMERIC    1 
  46.                 NAME !!AutoUpdateSchDay_Monday        VALUE NUMERIC    2 
  47.                 NAME !!AutoUpdateSchDay_Tuesday        VALUE NUMERIC    3 
  48.                 NAME !!AutoUpdateSchDay_Wednesday    VALUE NUMERIC    4 
  49.                 NAME !!AutoUpdateSchDay_Thursday    VALUE NUMERIC    5 
  50.                 NAME !!AutoUpdateSchDay_Friday        VALUE NUMERIC    6 
  51.                 NAME !!AutoUpdateSchDay_Saturday    VALUE NUMERIC    7 
  52.                END ITEMLIST
  53.             END PART
  54.  
  55.  
  56.             Part !!AutoUpdateSchTime DROPDOWNLIST REQUIRED
  57.                VALUENAME "ScheduledInstallTime"
  58.                ITEMLIST
  59.                 NAME !!AutoUpdateSchTime0    VALUE NUMERIC    0 
  60.                 NAME !!AutoUpdateSchTime1    VALUE NUMERIC    1
  61.                 NAME !!AutoUpdateSchTime2    VALUE NUMERIC    2
  62.                 NAME !!AutoUpdateSchTime3    VALUE NUMERIC    3 DEFAULT            
  63.                 NAME !!AutoUpdateSchTime4    VALUE NUMERIC    4
  64.                 NAME !!AutoUpdateSchTime5    VALUE NUMERIC    5
  65.                 NAME !!AutoUpdateSchTime6    VALUE NUMERIC    6
  66.                 NAME !!AutoUpdateSchTime7    VALUE NUMERIC    7
  67.                 NAME !!AutoUpdateSchTime8    VALUE NUMERIC    8
  68.                 NAME !!AutoUpdateSchTime9    VALUE NUMERIC    9
  69.                 NAME !!AutoUpdateSchTime10    VALUE NUMERIC    10
  70.                 NAME !!AutoUpdateSchTime11    VALUE NUMERIC    11
  71.                 NAME !!AutoUpdateSchTime12    VALUE NUMERIC    12
  72.                 NAME !!AutoUpdateSchTime13    VALUE NUMERIC    13
  73.                 NAME !!AutoUpdateSchTime14    VALUE NUMERIC    14
  74.                 NAME !!AutoUpdateSchTime15    VALUE NUMERIC    15
  75.                 NAME !!AutoUpdateSchTime16    VALUE NUMERIC    16
  76.                 NAME !!AutoUpdateSchTime17    VALUE NUMERIC    17
  77.                 NAME !!AutoUpdateSchTime18    VALUE NUMERIC    18
  78.                 NAME !!AutoUpdateSchTime19    VALUE NUMERIC    19
  79.                 NAME !!AutoUpdateSchTime20    VALUE NUMERIC    20
  80.                 NAME !!AutoUpdateSchTime21    VALUE NUMERIC    21
  81.                 NAME !!AutoUpdateSchTime22    VALUE NUMERIC    22
  82.                 NAME !!AutoUpdateSchTime23    VALUE NUMERIC    23
  83.  
  84.                END ITEMLIST
  85.             END PART
  86.  
  87.         END POLICY
  88.  
  89.  
  90.         POLICY !!CorpWuURL
  91.  
  92.             KEYNAME "Software\Policies\Microsoft\Windows\WindowsUpdate"
  93.             #if version >= 4
  94.                 SUPPORTED !!SUPPORTED_WindowXPSP1
  95.             #endif
  96.  
  97.             #if version >= 3
  98.                 EXPLAIN !!CorpWuURL_Help
  99.             #endif
  100.             ACTIONLISTON
  101.                 KEYNAME "Software\Policies\Microsoft\Windows\WindowsUpdate\AU"
  102.                 VALUENAME "UseWUServer" VALUE NUMERIC 1
  103.             END ACTIONLISTON
  104.  
  105.             PART !!CorpWUURL_Name    EDITTEXT     REQUIRED
  106.               VALUENAME "WUServer"
  107.             END PART
  108.  
  109.             PART !!CorpWUStatusURL_Name    EDITTEXT     REQUIRED
  110.               VALUENAME "WUStatusServer"
  111.             END PART
  112.  
  113.             Part !!CorpWUURL_Example TEXT
  114.             END PART
  115.  
  116.         END POLICY
  117.  
  118.         POLICY !!AUReschedWait
  119.  
  120.             KEYNAME "Software\Policies\Microsoft\Windows\WindowsUpdate\AU"
  121.             #if version >= 4
  122.                 SUPPORTED !!SUPPORTED_WindowXPSP1
  123.             #endif
  124.  
  125.             #if version >= 3
  126.                 EXPLAIN !!AUReschedWait_Help
  127.             #endif
  128.  
  129.             PART !!AUReschedWaitTime  NUMERIC REQUIRED
  130.                 VALUENAME "RescheduleWaitTime"
  131.                 MIN 1 
  132.                 MAX 60 
  133.                 DEFAULT 5
  134.             END PART
  135.  
  136.  
  137.  
  138.         END POLICY
  139.  
  140.         POLICY !!NoAUAutoReboot
  141.  
  142.             KEYNAME "Software\Policies\Microsoft\Windows\WindowsUpdate\AU"
  143.             #if version >= 4
  144.                 SUPPORTED !!SUPPORTED_WindowXPSP1
  145.             #endif
  146.  
  147.             #if version >= 3
  148.                 EXPLAIN !!NoAUAutoReboot_Help
  149.             #endif
  150.  
  151.               VALUENAME "NoAutoRebootWithLoggedOnUsers"
  152.               VALUEON  NUMERIC 1
  153.               VALUEOFF NUMERIC 0
  154.  
  155.         END POLICY
  156.  
  157.  
  158.     END CATEGORY ;; WindowsUpdateCat
  159.  
  160. END CATEGORY ;; WindowsComponents
  161.  
  162. [strings]
  163.  
  164. WindowsComponents="Windows Components"
  165. WindowsUpdateCat="Windows Update"
  166.  
  167. SUPPORTED_WindowXPSP1="Windows Server 2003 family, XP SP1, 2000 SP3"
  168.  
  169. AutoUpdateCfg="Configure Automatic Updates"
  170. AutoUpdateCfg_Help="Specifies whether this computer will receive security updates and other important downloads through the Windows automatic updating service.\n\nThis setting lets you specify if automatic updates are enabled on this computer. If the service is enabled, you must select one of the three options in the Group Policy Setting:\n\n2 = Notify before downloading any updates and notify again before installing them\n\nWhen Windows finds updates that apply to this computer, an icon appears in the status area with a message that updates are ready to be downloaded. Clicking the icon or message provides the option to select the specific updates to download. Windows then downloads the selected updates in the background. When the download is complete, the icon appears in the status area again, with notification that the updates are ready to be installed. Clicking the icon or message provides the option to select which updates to install.\n\n3 = (Default setting) Download the updates automatically and notify when they are ready to be installed\n\nWindows finds updates that apply to your computer and downloads these updates in the background (the user is not notified or interrupted during this process). When the download is complete, the icon appears in the status area, with notification that the updates are ready to be installed. Clicking the icon or message provides the option to select which updates to install.\n\n4 = Automatically download updates and install them on the schedule specified below\n\nSpecify the schedule using the options in the Group Policy Setting. If no schedule is specified, the default schedule for all installations will be everyday at 3:00 AM. If any of the updates require a restart to complete the installation, Windows will restart the computer automatically. (If a user is logged on to the computer when Windows is ready to restart, the user will be notified and given the option to delay the restart.)\n\nTo use this setting, click Enabled, and then select one of the options (2, 3, or 4). If you select 4, you can set a recurring schedule (if no schedule is specified, all installations will occur everyday at 3:00 AM). \n\nIf the status is set to Enabled, Windows recognizes when this computer is online and uses its Internet connection to search the Windows Update Web site for updates that apply to this computer.\n\nIf the status is set to Disabled, any updates that are available on the Windows Update Web site must be downloaded and installed manually by going to http://windowsupdate.microsoft.com."\n\nIf the status is set to Not Configured, use of Automatic Updates is not specified at the Group Policy level. However, an administrator can still configure Automatic Updates through Control Panel.
  171.  
  172. AutoUpdateMode="Configure automatic updating:"
  173. AutoUpdateModeNotify="2 - Notify for download and notify for install"
  174. AutoUpdateModeDownload="3 - Auto download and notify for install"
  175. AutoUpdateModeAuto="4 - Auto download and schedule the install"
  176.  
  177. AutoUpdateSchIntro1="The following settings are only required"
  178. AutoUpdateSchIntro2="and applicable if 4 is selected."
  179. AutoUpdateSchDay="Scheduled install day: "
  180.  
  181. AutoUpdateSchDay_Everyday="0 - Every day"
  182. AutoUpdateSchDay_Sunday="1 - Every Sunday"
  183. AutoUpdateSchDay_Monday="2 - Every Monday"
  184. AutoUpdateSchDay_Tuesday="3 - Every Tuesday"
  185. AutoUpdateSchDay_Wednesday="4 - Every Wednesday"
  186. AutoUpdateSchDay_Thursday="5 - Every Thursday"
  187. AutoUpdateSchDay_Friday="6 - Every Friday"
  188. AutoUpdateSchDay_Saturday="7 - Every Saturday"
  189.  
  190. AutoUpdateSchTime="Scheduled install time:"
  191.  
  192. AutoUpdateSchTime0="00:00"
  193. AutoUpdateSchTime1="01:00"
  194. AutoUpdateSchTime2="02:00"
  195. AutoUpdateSchTime3="03:00"
  196. AutoUpdateSchTime4="04:00"
  197. AutoUpdateSchTime5="05:00"
  198. AutoUpdateSchTime6="06:00"
  199. AutoUpdateSchTime7="07:00"
  200. AutoUpdateSchTime8="08:00"
  201. AutoUpdateSchTime9="09:00"
  202. AutoUpdateSchTime10="10:00"
  203. AutoUpdateSchTime11="11:00"
  204. AutoUpdateSchTime12="12:00"
  205. AutoUpdateSchTime13="13:00"
  206. AutoUpdateSchTime14="14:00"
  207. AutoUpdateSchTime15="15:00"
  208. AutoUpdateSchTime16="16:00"
  209. AutoUpdateSchTime17="17:00"
  210. AutoUpdateSchTime18="18:00"
  211. AutoUpdateSchTime19="19:00"
  212. AutoUpdateSchTime20="20:00"
  213. AutoUpdateSchTime21="21:00"
  214. AutoUpdateSchTime22="22:00"
  215. AutoUpdateSchTime23="23:00"
  216.  
  217. CorpWuURL="Specify intranet Microsoft update service location"
  218. CorpWUURL_Name="Set the intranet update service for detecting updates:"
  219. CorpWUStatusURL_Name="Set the intranet statistics server:"
  220. CorpWUURL_Example="(example: http://IntranetUpd01)"
  221. CorpWuURL_Help="Specifies an intranet server to host updates from the Microsoft Update Web sites. You can then use this update service to automatically update computers on your network. \n\nThis setting lets you specify a server on your network to function as an internal update service. The Automatic Updates client will search this service for updates that apply to the computers on your network. \n\nTo use this setting, you must set two servername values: the server from which the Automatic Updates client detects and downloads updates, and the server to which updated workstations upload statistics. You can set both values to be the same server. \n\nIf the status is set to Enabled, the Automatic Updates client connects to the specified intranet Microsoft update service, instead of Windows Update, to search for and download updates. Enabling this setting means that end users in your organization don't have to go through a firewall to get updates, and it gives you the opportunity to test updates before deploying them. \n\nIf the status is set to Disabled or Not Configured, and if Automatic Updates is not disabled by policy or user preference, the Automatic Updates client connects directly to the Windows Update site on the Internet. \n\nNote: If the "Configure Automatic Updates" policy is disabled, then this policy has no effect."
  222.  
  223. AUReschedWait="Reschedule Automatic Updates scheduled installations"
  224. AUReschedWait_Help="Specifies the amount of time for Automatic Updates to wait, following system startup, before proceeding with a scheduled installation that was missed previously. \n\nIf the status is set to Enabled, a scheduled installation that did not take place earlier will occur the specified number of minutes after the computer is next started. \n\nIf the status is set to Disabled or Not Configured, a missed scheduled installation will occur with the next scheduled installation. \n\nNote: This policy applies only when Automatic Updates is configured to perform scheduled installations of updates. If the "Configure Automatic Updates" policy is disabled, this policy has no effect."
  225. AUReschedWaitTime="Wait after system startup(minutes): "
  226.  
  227. NoAUAutoReboot="No auto-restart for scheduled Automatic Updates installations"
  228. NoAUAutoReboot_Help="Specifies that to complete a scheduled installation, Automatic Updates will wait for the computer to be restarted by any user who is logged on, instead of causing the computer to restart automatically. \n\nIf the status is set to Enabled, Automatic Updates will not restart a computer automatically during a scheduled installation if a user is logged in to the computer. Instead, Automatic Updates will notify the user to restart the computer to complete the installation. \n\nBe aware that Automatic Updates will not be able to detect future updates until the restart occurs. \n\nIf the status is set to Disabled or Not Configured, Automatic Updates will notify the user that the computer will automatically restart in 5 minutes to complete the installation. \n\nNote: This policy applies only when Automatic Updates is configured to perform scheduled installations of updates. If the "Configure Automatic Updates" policy is disabled, this policy has no effect."
  229.  
  230. ; These string below are used by Online Help
  231.  
  232.  
  233.  
  234. ADM_TITLE="Group Policy settings for Automatic Updates"
  235. USER="User Configuration"
  236. COMPUTER="Computer Configuration"
  237. cOMPUTER_EXPLAIN="Contains settings that may only be used to configure Computers."
  238. USER_EXPLAIN="Contains settings that may only be used to configure Users."
  239. SUPPORTEDON="Requirements:"
  240.  
  241.